﻿[class^="section"]{
	position: relative;
	z-index: 9;
}



/*
====================================================
video 
====================================================
*/
.video-wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  z-index: 0;
  /*z-index: -1;*/
  overflow: hidden;
}

#video_background {
    position: fixed;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    /*width: auto;
    height: auto;*/
    z-index: 0;
    overflow: hidden;
    /*background-image: url('../images/index-bg11.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
#video_background video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.video-wrap .video-overlay{
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}





.video-wrap .video-line{
  position: absolute;
  bottom: 50.9%;
  left: 0;
  width: 87.5%;
  z-index: 3;
}
.video-wrap .video-line span{
  display: block;
  height: 0.72vw;
  max-height: 14px;
  margin-top: 1vw;
  background-color: #2863a9;
  transform-origin: left top;
  animation: o-a 2.1s ease infinite;
}
.video-wrap .video-line span:nth-of-type(1){
  opacity: 1;
  margin-top: 0;
  width: 100%;
  animation-delay: .3s;
}
.video-wrap .video-line span:nth-of-type(2){
  opacity: .8;
  width: 92.8%;
  animation-delay: .9s;
}
.video-wrap .video-line span:nth-of-type(3){
  opacity: .6;
  width: 89%;
  animation-delay: 1.2s;
}
.video-wrap .video-line span:nth-of-type(4){
  opacity: .4;
  width: 96%;
  animation-delay: .6s;
}
.video-wrap .video-line span:nth-of-type(5){
  opacity: .2;
  width: 86%;
  animation-delay: 1.5s;
}
.video-wrap .video-line span:nth-of-type(6){
  opacity: .1;
  width: 92.8%;
  animation-delay: .9s;
}
@keyframes o-a{
    0%,100%{
        transform: scaleX(.95);
    }
    50%{
        transform: scaleX(1);
    }
}
.video-wrap .video-txt .svg{
  margin: 0 auto;
  width: 52%;
  max-width: 976px;
}
.video-wrap .video-txt .svg img.pc{
  display: block;
  width: 100%;
}





.video-wrap .video-txt{
	position: relative;
	top: 50% !important;
	z-index: 4;
	text-align: center;
  /*margin-top: -150px;*/
  transform: translateY(-50%);
  width: 100%;
  color: #ededed;
}

/*
=============================
2017-02-22 add
=============================
*/
.video-wrap .video-txt h2,
.video-wrap .video-txt h3{
  color: #fff;
}
.video-wrap .video-txt h2{
  font-size: 80px;
  font-family: 黑体,STHeiti,'dinbold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 14px;
}
.video-wrap .video-txt h3{
  font-size: 60px;
  margin-top: 3px;
  font-weight: normal;
}
.video-wrap .video-txt .btn-know{
  color: #fff;
  font-size: 14px;
  box-shadow: 1px,1px,3px,#666;
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 49px;
  cursor: pointer;
}
.video-wrap .video-txt .btn-know em{
  font-family: "Arial"
}
.video-wrap .video-txt .index-arrow-bottom{
  display: none;
}

/*
=============================
2017-02-22 add end
=============================
*/
#section-2  .txt{margin-top:0;position:relative;top:50%;}

#work-1 .txt,#work-2 .txt,#work-3 .txt{position:relative;top:50%;margin-left: auto;margin-right: auto;}


@media (max-width: 1600px){
  .video-wrap .video-txt h2{
    font-size: 80px;
  }
   .video-wrap .video-txt h3{
    font-size: 60px;
  }
}
@media (max-width: 1500px){
  .video-wrap .video-txt h2{
    font-size: 70px;
  }
   .video-wrap .video-txt h3{
    font-size: 40px;
  }
}
@media (max-width: 1400px){
  .video-wrap .video-txt h2{
    font-size: 60px;
  }
   .video-wrap .video-txt h3{
    font-size: 30px;
  }
}
@media (max-width: 1300px){
  .video-wrap .video-txt h2{
    font-size: 50px;
  }
   .video-wrap .video-txt h3{
    font-size: 20px;
  }
}
@media (max-width: 1200px){
  .video-wrap .video-txt h2{
    font-size: 40px;
  }
   .video-wrap .video-txt h3{
    font-size: 20px;
  }
}
@media (max-width: 1000px){
  .video-wrap .video-txt h2{
    font-size: 50px;
  }
   .video-wrap .video-txt h3{
    font-size: 20px;
  }
}
@media (max-width: 767px){
  .video-wrap .video-txt h2{
    font-size: 20px;
  }
   .video-wrap .video-txt h3{
    font-size: 12px;
  }
}

















.video-wrap .video-txt a img{
/*	color: #ededed;
	font-size: 1.5em;
	border: 2px solid #ededed;
	padding: 0.4% 2.3%;
	display: inline-block;
	margin-top: 4.2%;*/
  width: 80px;
}
.video-arrow{
   margin-top: 5%;
}
.video-arrow .arrow-bottom{
   display: block;
   width: 90px;
   height: 31px;
   background: url("../images/icon-arrow-bottom.png") no-repeat center center;
   animation: slideDownFade 2s infinite ;
   background-size: 60%;
   margin: 0 auto;
   animation-delay: 100ms;
}
.video-arrow .arrow-bottom1{
   margin-top: -16px;
   animation-delay: 0ms;
   
}
@keyframes slideDownFade{
   0%{
      opacity:0.8;
      -webkit-transform:translateY(20px);
      transform:translateY(20px)
   }
   50%{
      opacity:0.5;
   }
   100%{
      opacity:0;
      -webkit-transform:translateY(50px);
      transform:translateY(50px)
   }
}
/*
================================================
section2
================================================
*/
.section2 .work-sm {
  position: relative;
  overflow: hidden;
}

#section-2 video{background-size:cover};

.section2 .work-sm .txt {
  width: 40%;
  margin-left: 20%;
  top: 50%;
  position: absolute;
}
.section2 #work-1 .txt{
  width: 70%;
}
.section2 #work-2 .txt{
  width: 60%;
}
.section2 #work-3 .txt{
  width: 65%;
}
@media (max-width: 1440px){
  .section2 #work-1 .txt{
    width: 74%;
  }
  .section2 #work-2 .txt{
    width: 65%;
  }
}
.section2 .work-sm{
	background-color:#ffffff;
}

.section2 .work-sm .txt p {
  font-size: 2em;
  line-height: 150%;
  color: #ffffff;
  font-weight: bold;

}
.section2 .work-sm .txt strong {
  font-size: 1.666em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  font-weight: normal;
}

.section2 .work-sm .txt .btn {
  /*width: 200px;*/
  margin-top: 1.3em;

}
.section2 .work-sm .whole-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.section2 .work-sm .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
	background-repeat: no-repeat;
  position: relative;
}
.section2 .work-sm .pic video {
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  /*right: 0;*/
 /* right: -1px;*/
;
  min-width: 100%;
  right: -1PX;
}
.section2 .work-sm .title {
  font-size: 1.333em;
  width: 100%;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  padding: 5px 20px;
  margin: 0 0 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section2 .work-sm .title span {
  background: #fff;
  display: inline-block;
  padding: 10px 25px;
}
.section2 .work-sm .mask {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-backface-visibility: "hidden";
  -webkit-backface-visibility: "hidden";
  backface-visibility: "hidden";
  -moz-transform-style: "preserve-3d";
  -webkit-transform-style: "preserve-3d";
  transform-style: "preserve-3d";
  -webkit-clip-path: polygon(0 100%,-50% 100%,0% 0,0 0);
  -ms-clip-path: polygon(0 100%,-50% 100%,0% 0,0 0);
  -moz-clip-path: polygon(0 100%,-50% 100%,0% 0,0 0);
  clip-path: polygon(0 100%,-50% 100%,0% 0,0 0);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.section2 .work-sm .mask .overlay {
  background: #0C68B3;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.section2 .work-sm:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  -webkit-clip-path: polygon(0 110%,100% 100%,150% 0,0 0);
  -ms-clip-path: polygon(0 110%,100% 100%,150% 0,0 0);
  -moz-clip-path: polygon(0 110%,100% 100%,150% 0,0 0);
  clip-path: polygon(0 110%,100% 100%,150% 0,0 0);
  opacity: 1;
}
.section2 .work-sm:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.section2 .work-sm:hover .title {
  margin-bottom: -100px;
}
.section2 {
  min-height: 600px;
}

.section2 .half,
.section2 .work-sm {
  height: 100%;
}
.section2 .work-sm .cover {
  position: absolute;
  z-index: 4;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #0f2647;
}
.section2 .work-sm .cover img {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;

}
.section2 .work-sm .cover.active {
  bottom: 0;
  opacity: 1;
}

.section2 .row {
  float: left;
}
.section2 .half {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}
.section2 .row.top {
  height: 62%;
}
.section2 .row.top .cover {
  background-color: #10c28a;
}
.section2 .row.bot {
  height: 38%;
}
.section2 .botright {
  float: left;
  width: 70%;
}
.section2 .botright .cover {
  background-color: #4877d2;
}
.section2 .botright .txt strong {
  font-size: 1.5em;
}
.section2 .botright .txt p {
  font-size: 1.666em;
}
.section2 .loader {
  float: left;
  height: 100%;
  width: 30%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.section2 .loader #works-loader {
  width: 90px;
  height: 90px;
}
.section2 .loader .cont {
  position: relative;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  text-align: center;
  background: url("../images/loader.gif") no-repeat center center;

  display: none;
}
.section2 .loader .circle {
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
}
.section2 .loader span {
  font-weight: bold;
  font-size: 1em;

  text-transform: uppercase;
  color: #8f98ac;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section2 .loader .refresh {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 58px;
  height: 58px;
  background-image: url('../images/refresher.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: 0;
  background-size: 60%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section2 .loader .refresh {
    background-size: 32px 32px;
  }
}
.section2 .loader:hover .refresh {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section2 .loader:hover span {
  opacity: 1;
}
.section2 .loader.active .refresh {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/*
==================================================
section2-phone
==================================================
*/
.section2-phone .mobile-tit {
  font-size: 1.5em;
  color: #0f2647;
  text-align: center;
  background-color: #fff;
  line-height: 74px;
  margin: 0;
  text-transform: uppercase;
  display: none;
}
.section2-phone img{
  width: 100%;
}
.section2-phone div[class^="phone-service"]{
  position: relative;
  width: 100%;
  height: 360px;
  background-size: cover;
}
.phone-service-1{
  background: url("../images/set2pic2.jpeg") no-repeat center center;
}
.phone-service-2{
  background: url("../images/set2pic1.jpeg") no-repeat center center;
}
.phone-service-3{
  background: url("../images/set1pic2.jpeg") no-repeat center center;
}
.phone-service-4{
  background: url("../images/sec2-img2.jpeg") no-repeat center center;
}


.section2-phone .work-title{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin-left: 0;
  background-color: #0f2647;
  padding: 8px 20px;
  color: #fff;
  font-size: 1.5em;
}


/*
================================================
section3
================================================
*/
.section3 {
  /*height: 240px;*/
  background-color: #fff;
  text-align: center;
  /*overflow: hidden;*/
  width: 100%;
}
.section3 a {
  float: left;
  width: 16.666%;
  *width: 16.5%;
  background-color: #f2f2f2;
  /*height: 240px;*/
  text-decoration: none;
  cursor: pointer;
}
.section3 .top {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  /*height: 240px;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  display: block;
}
.section3 .side {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background-color: #197963;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  /*height: 240px;*/
  background-color: #f7f7f7;
  display: block;
}
.section3 a:hover .top {
  -webkit-transform: rotateX(90deg) translatey(-120px);
  -moz-transform: rotateX(90deg) translatey(-120px);
  -o-transform: rotateX(90deg) translatey(-120px);
  -ms-transform: rotateX(90deg) translatey(-120px);
  transform: rotateX(90deg) translatey(-120px);
}
.section3 .top > .logo,
.section3 .side > .logo {
  /*display: table-cell;*/
  /*height: 240px;*/
  /*vertical-align: middle;*/
}
.section3 .top > .logo img, 
.section3 .side > .logo img{
  max-width: 100%;
}


/*
================================================
section4
================================================
*/
.section4 {
	background-color: #4877d2;
	position: relative;
  overflow: hidden;
}

/*main-services*/
#main-services {
  background-color: #0f2647;
  z-index: 1;
  position: relative;
}
#main-services .slide-cont {
  background-color: #4877d2;
  height: 100%;
  position: relative;
  z-index: 1;
}
#main-services .particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:4;
  background: none;
}
#main-services .green-cont {
  position: absolute;
  width: 33.333%;
  margin-left: 33.333%;
  height: 100%;
  z-index: 1;
  background-color: #10c28a;
}
#main-services .overlay {
  position: relative;
  height: 100%;
  /*display: none;*/
}
#main-services .service {
  float: left;
  width: 33.333%;
  height: 100%;
  position: relative;
  text-align: center;


}

#section-4  a{background-repeat:no-repeat;background-position:center;height:33.3333%;background-size: cover;}
.service{
   float: left;
  width: 33.333%;
  height: 100%;
  position: relative;
  text-align: center;

  *display: inline-block;
  *zoom: 1;
}
#main-services .service .icon {
  display: inline-block;
  height: 110px;
}
#main-services .service strong {
  color: #0f2647;
  display: block;
  margin-top: 5px;
}
#main-services .service h3 {
  font-size: 3em;
  color: #fff;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
#main-services .service h3 a {
  text-decoration: none;
  color: #fff;
}
#main-services .service h3:after {
  content: "";
  width: 100px;
  position: absolute;
  top: 100%;
  height: 2px;
  background-color: #10c28a;
  left: 0;
  margin-top: 20px;
}
#main-services .service .txt {
  position: relative;
  top: 50%;
  display: inline-block;
  text-align: left;
  z-index: 9;
}

#main-services .service .top {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
#main-services .service .top .sec4-icon{
  display: inline-block;
  height: 110px;
}

#main-services .service .sub {
  opacity: 0;
  /*filter: alpha(opacity=0);*/
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 30px;
  padding-bottom: 90px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);

}
#main-services .service .sub ul {
  margin: 0;
}
#main-services .service .sub li {
  font-size: 1.333em;
  color: #fff;
  line-height: 200%;
}
#main-services .service .btn {
  position: absolute;
  top: 245px;
  left: 0;


  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 196px;
  padding: 0;
  height: 42px;
  line-height: 42px;
}
#main-services .service:hover .top {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
#main-services .service:hover .btn {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
#main-services .service:hover .sub {
  opacity: 1;
  /*filter: alpha(opacity=100);*/
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#main-services .service:nth-child(2n) h3:after {
  background-color: #4877d2;
}

/*main-services end*/

@media (max-width: 1440px){
  #main-services .service:hover .top {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  #main-services .service .sub {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);

  }
}



/*
================================================
section5
================================================
*/
.section5{
	background-color: #fff;
	height: 290px;
	text-align: center;
}
.section5 .half{
	*width: 49.9%;
  height: 100%;
	cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
	transition: all .5s ease-out;

}

.section5 .half:hover{
	background: #f9f9f9
}

.section5 .left .section5-con{
	background: url("../images/sec5-img1.png") no-repeat;
	padding-left: 170px;
}
.section5 .right .section5-con{
	background: url("../images/sec5-img2.png") no-repeat;
	padding-left: 170px;
}
.section5 .section5-con {
	display: inline-block;
    margin-top: 80px;
    padding-left: 170px;
    height: 130px;
    text-align: left;
}
.section5 .section5-con span{
	font-size: 1.666em;
	color: #2477ba;
    margin-top: 20px;
    margin-bottom: 12px;
    display: block;

}
.section5 .section5-con h2{
	font-size: 3.666em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}

@media (max-width: 1440px){
  .section5 .section5-con h2 img{
    width: 96%;
  }
}


/*
================================================
section6
================================================
*/
.section6{
	background-color: #ffffff;
}
.section6 a{
	width: 25%;
	float: left;
	overflow: hidden;
   position: relative;
}
.section6 a:hover .overlay-con{
   opacity: 0.93;
   filter: alpha(opacity=93)
}
.section6 a img{
	width: 100%;
	height:100%;
}
.section6 .overlay-con{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0F85E0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #fff;

}
.section6 .overlay-con h2{
	font-weight: normal;
	font-size: 2em;
	position: relative;
	top: 50%;
	margin-top: -1.6em;
}
.section6 .overlay-con p{
  font-size: 1.166em;
}



@media (max-width: 1420px){

   .section6 .overlay-con p{
      font-size: 1.3em
   }
}

@media (max-width: 1280px){
   

   #main-services .service .txt{
      max-width: 80%;
   }

}


@media (max-width: 900px){
   /*section1*/
   /*.video-wrap{
    z-index: -2;
   }*/
   .video-wrap .video-txt .svg{
    width: 60%;
   }
   .video-wrap .video-txt .svg img.pc{
    display: none;
   }
   .video-wrap .video-txt .svg img.mobile-only{
    width: 100%;
    display: block;
   }
   .video-wrap .video-line span{
    height: 8px;
    margin-top: 8px;
   }
 .video-wrap{top:46PX;}
   .video-wrap .video-overlay{
    z-index: -1;
   }

   .video-wrap .video-txt{
      top: 45%!important;
      position: absolute;
   }

   .video-wrap .video-txt h2{
    /*font-size: 2.4em;*/
    font-size: 40px;
    font-weight: bold;
   }
   .video-wrap .video-txt h3{
    font-size: 34px;
   }
   .video-wrap .video-txt .btn-know{
    margin-top: 25px;
   }
   /*.video-wrap .video-txt h2 strong{
      font-weight: bold;
   }*/
   .video-wrap .video-txt .index-arrow-bottom{
      display: none;
   }

   .video-wrap .mobile-only{
    position: relative;
    z-index: 1;
   }


   /*section2*/

   .section2{
      background-color: #000;
      min-height: 600px;
      overflow: hidden;
      display: none;
   }
  
   
   /*section2-phone*/
    .section2-phone .mobile-tit{
      display: block;
    }
   .section2-phone .to_portfolio {
       display: inline-block;
       background-color: #fff;
       text-align: center;
       padding: 21px 0;
   }
   .section2-phone .to_portfolio .btn{
      font-size: 15px;
      border-width: 2px;
      height: 30px;
      line-height: 30px;
   }
   /*section3*/
   .section3{
      height: auto;
   }
   .section3 a{
      width: 33.1%;
      /*height: 140px;*/
      border-left: 1px solid #f0f0f0;
      border-top: 1px solid #f0f0f0;
      overflow: hidden;
   }
   .section3 .side{
      display: none;
   }
   .section3 .top > .logo img, .section3 .side > .logo img{
      max-width: 90%;
   }
   .section3 a:hover .top{
    -webkit-transform: rotateX(0) translatey(0);
    -moz-transform: rotateX(0) translatey(0);
    -o-transform: rotateX(0) translatey(0);
    -ms-transform: rotateX(0) translatey(0);
    transform: rotateX(0) translatey(0);
   }
	#section-4 a{height:150px;}
   
   
   /*section4*/
   #main-services{height:480px !important;overflow:hidden;}
   #main-services .service {
       width: 100%;
       height: 160px !important;
       text-align: left;
   }
	#main-services .service>a{
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		display: block;
		z-index: 9999;
		left: 0;
	}
	
	
     #main-services .service h3:after {
       margin-top: 10px;
     }
     #main-services .service .txt {
       padding-left: 75px;
       text-align: left;
       left: 10%;
     }
     #main-services .service .sub {
       display: none;
     }
     #main-services .service .btn {
       display: none;
     }
     #main-services .service:hover .top {
       -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
       -o-transform: translateY(0);
       -ms-transform: translateY(0);
       transform: translateY(0);
     }
     #main-services .service:hover .btn {
       -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
       -o-transform: translateY(0);
       -ms-transform: translateY(0);
       transform: translateY(0);
     }
     #main-services .service:hover .sub {
       opacity: 0;
     }
     #main-services .service .txt .sec4-icon{
      height: auto;
      width: 60px;
      position: absolute;
      right: 100%;
      margin-right: 15px;
      top: 50%;
      margin-top: -29px;
     }
     #main-services .service .txt img{
          max-width: 100%;
     }
     #main-services .service h3{
      font-size: 2.4em;
     }
     #main-services .green-cont {
         width: 100%;
         margin-left: 0;
         height: 160px;
         margin-top: 160px;
         left: 0;
     }
   /*section5*/

   .section5{
      height: auto;
   }
   .section5 .section5-con h2{
    font-size: 2em;
   }
   .section5 .half{
      width: 100%;
      border-top: 1px solid #f0f0f0;
      padding-bottom: 5%;
   }
   .section5 .section5-con h2 img{
      width: 70%;
   }
   .section5 .half.left{
    border: 0;
   }
   .section5 .left .section5-con,
   .section5 .right .section5-con{
      text-align: center;
      padding-left: 0;
      padding-top: 90px;
      margin-top: 30px;
      height: 90px;
      background-position: center top;
   }
   .section5 .left .section5-con{
      background-size: 100px auto;
   }
   .section5 .right .section5-con{
      background-size: 100px auto;
   }
   .section5 .section5-con span{
    font-size: 1.5em;
   }

   .section6 a{
      width: 50%;
   }
   .section6 a.last-a{
      display: none;
   }
}

@media (max-width: 480px){
  #section-4 a{height:100px;}
  .video-wrap .video-txt {
      top: 52%!important;
  }
  .video-wrap .video-txt h2{
    font-size: 30px;
    letter-spacing: 8px;
  }
  .video-wrap .video-txt h3 {
      font-size: 26px;
  }
  #main-portfolio .work-sm, #main-portfolio .pic {
      height: 200px;
  }
  
   #main-portfolio .work-sm,
   .section2 .row.top, .section2 .row.bot{
       height: 200px;
       width: 100%;
   }
   

   #main-services .service2 .txt .sec4-icon{
    margin-top: -21px;
   }
   #main-services .service3 .txt .sec4-icon{
    margin-top: -27px;
   }

   .section2-phone .phone-service-1 a,.section2-phone .phone-service-2 a,.section2-phone .phone-service-3 a{display: block;height: 100%;width: 100%;}
   .section2-phone div[class^="phone-service"]{
    height: 240px;
   }

   .section3 a{
     width: 49.7%;
   }

   .section3 .top > .logo img, .section3 .side > .logo img {
    margin-top: -20px;
    margin-bottom: -20px;
    max-width: 95%;
   }



}

@media (max-width: 420px){
  #main-services .service strong img{
    width: 80%;
  }
}
























